home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFTABLE / TFTABLE.txt < prev   
Text File  |  2002-03-16  |  8KB  |  362 lines

  1. object fTable: TfTable
  2.   Left = 211
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Table Creator'
  7.   ClientHeight = 353
  8.   ClientWidth = 317
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 2
  21.     Top = 208
  22.     Width = 311
  23.     Height = 113
  24.     Caption = 'Table Properties'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -9
  28.     Font.Name = 'Verdana'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object Label4: TLabel
  33.       Left = 9
  34.       Top = 59
  35.       Width = 21
  36.       Height = 12
  37.       Caption = 'Size'
  38.       Enabled = False
  39.       Font.Charset = ANSI_CHARSET
  40.       Font.Color = clWindowText
  41.       Font.Height = -9
  42.       Font.Name = 'Verdana'
  43.       Font.Style = []
  44.       ParentFont = False
  45.     end
  46.     object Label7: TLabel
  47.       Left = 94
  48.       Top = 59
  49.       Width = 63
  50.       Height = 12
  51.       Caption = 'Border Color'
  52.       Enabled = False
  53.       Font.Charset = ANSI_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -9
  56.       Font.Name = 'Verdana'
  57.       Font.Style = []
  58.       ParentFont = False
  59.     end
  60.     object Label8: TLabel
  61.       Left = 197
  62.       Top = 59
  63.       Width = 87
  64.       Height = 12
  65.       Caption = 'Background color'
  66.       Font.Charset = ANSI_CHARSET
  67.       Font.Color = clWindowText
  68.       Font.Height = -9
  69.       Font.Name = 'Verdana'
  70.       Font.Style = []
  71.       ParentFont = False
  72.     end
  73.     object Label3: TLabel
  74.       Left = 195
  75.       Top = 12
  76.       Width = 59
  77.       Height = 12
  78.       Caption = 'Table Width'
  79.       Font.Charset = ANSI_CHARSET
  80.       Font.Color = clWindowText
  81.       Font.Height = -9
  82.       Font.Name = 'Verdana'
  83.       Font.Style = []
  84.       ParentFont = False
  85.     end
  86.     object Border: TCheckBox
  87.       Left = 9
  88.       Top = 37
  89.       Width = 75
  90.       Height = 17
  91.       Caption = 'Use Border'
  92.       Font.Charset = ANSI_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -9
  95.       Font.Name = 'Verdana'
  96.       Font.Style = []
  97.       ParentFont = False
  98.       TabOrder = 0
  99.       OnClick = BorderClick
  100.     end
  101.     object Panel1: TPanel
  102.       Left = 93
  103.       Top = 75
  104.       Width = 72
  105.       Height = 21
  106.       Hint = 'Click to change border color'
  107.       BevelOuter = bvLowered
  108.       Color = clBlack
  109.       ParentShowHint = False
  110.       ShowHint = True
  111.       TabOrder = 1
  112.       Visible = False
  113.       OnClick = Panel1Click
  114.     end
  115.     object Panel2: TPanel
  116.       Left = 197
  117.       Top = 75
  118.       Width = 72
  119.       Height = 21
  120.       Hint = 'Click to change background color'
  121.       BevelOuter = bvLowered
  122.       Color = clWhite
  123.       ParentShowHint = False
  124.       ShowHint = True
  125.       TabOrder = 2
  126.       OnClick = Panel2Click
  127.     end
  128.     object Panel3: TPanel
  129.       Left = 183
  130.       Top = 10
  131.       Width = 2
  132.       Height = 86
  133.       BevelOuter = bvLowered
  134.       Caption = 'Panel3'
  135.       TabOrder = 3
  136.     end
  137.     object Edit3: TEdit
  138.       Left = 196
  139.       Top = 29
  140.       Width = 72
  141.       Height = 20
  142.       Font.Charset = ANSI_CHARSET
  143.       Font.Color = clWindowText
  144.       Font.Height = -9
  145.       Font.Name = 'Verdana'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       TabOrder = 4
  149.       Text = '100%'
  150.     end
  151.     object edit4: TSpinEdit
  152.       Left = 8
  153.       Top = 75
  154.       Width = 77
  155.       Height = 21
  156.       Font.Charset = ANSI_CHARSET
  157.       Font.Color = clWindowText
  158.       Font.Height = -9
  159.       Font.Name = 'Verdana'
  160.       Font.Style = []
  161.       MaxValue = 0
  162.       MinValue = 0
  163.       ParentFont = False
  164.       TabOrder = 5
  165.       Value = 1
  166.       Visible = False
  167.     end
  168.   end
  169.   object GroupBox2: TGroupBox
  170.     Left = 2
  171.     Top = 1
  172.     Width = 311
  173.     Height = 204
  174.     Caption = 'Table Size'
  175.     Font.Charset = ANSI_CHARSET
  176.     Font.Color = clWindowText
  177.     Font.Height = -9
  178.     Font.Name = 'Verdana'
  179.     Font.Style = [fsBold]
  180.     ParentFont = False
  181.     TabOrder = 1
  182.     object Label1: TLabel
  183.       Left = 8
  184.       Top = 22
  185.       Width = 26
  186.       Height = 12
  187.       Caption = 'Rows'
  188.       Font.Charset = ANSI_CHARSET
  189.       Font.Color = clWindowText
  190.       Font.Height = -9
  191.       Font.Name = 'Verdana'
  192.       Font.Style = []
  193.       ParentFont = False
  194.     end
  195.     object Label2: TLabel
  196.       Left = 8
  197.       Top = 70
  198.       Width = 44
  199.       Height = 12
  200.       Caption = 'Columns'
  201.       Font.Charset = ANSI_CHARSET
  202.       Font.Color = clWindowText
  203.       Font.Height = -9
  204.       Font.Name = 'Verdana'
  205.       Font.Style = []
  206.       ParentFont = False
  207.     end
  208.     object Shape1: TShape
  209.       Left = 100
  210.       Top = 38
  211.       Width = 68
  212.       Height = 69
  213.       Brush.Color = 13554646
  214.     end
  215.     object Image1: TImage
  216.       Left = 103
  217.       Top = 42
  218.       Width = 65
  219.       Height = 65
  220.       Picture.Data = {<image000.bmp>}
  221.     end
  222.     object Edit1: TEdit
  223.       Left = 8
  224.       Top = 38
  225.       Width = 73
  226.       Height = 20
  227.       Font.Charset = ANSI_CHARSET
  228.       Font.Color = clWindowText
  229.       Font.Height = -9
  230.       Font.Name = 'Verdana'
  231.       Font.Style = []
  232.       ParentFont = False
  233.       TabOrder = 0
  234.     end
  235.     object Edit2: TEdit
  236.       Left = 8
  237.       Top = 86
  238.       Width = 73
  239.       Height = 20
  240.       Font.Charset = ANSI_CHARSET
  241.       Font.Color = clWindowText
  242.       Font.Height = -9
  243.       Font.Name = 'Verdana'
  244.       Font.Style = []
  245.       ParentFont = False
  246.       TabOrder = 1
  247.     end
  248.     object RadioGroup1: TRadioGroup
  249.       Left = 192
  250.       Top = 117
  251.       Width = 105
  252.       Height = 81
  253.       Caption = 'Alignment'
  254.       Font.Charset = ANSI_CHARSET
  255.       Font.Color = clWindowText
  256.       Font.Height = -9
  257.       Font.Name = 'Verdana'
  258.       Font.Style = [fsBold]
  259.       ItemIndex = 0
  260.       Items.Strings = (
  261.         'Right'
  262.         'Center'
  263.         'Left')
  264.       ParentFont = False
  265.       TabOrder = 2
  266.     end
  267.     object GroupBox3: TGroupBox
  268.       Left = 8
  269.       Top = 117
  270.       Width = 161
  271.       Height = 81
  272.       Caption = 'Cell properties'
  273.       Font.Charset = ANSI_CHARSET
  274.       Font.Color = clWindowText
  275.       Font.Height = -9
  276.       Font.Name = 'Verdana'
  277.       Font.Style = [fsBold]
  278.       ParentFont = False
  279.       TabOrder = 3
  280.       object Label5: TLabel
  281.         Left = 88
  282.         Top = 28
  283.         Width = 59
  284.         Height = 12
  285.         Caption = 'Cellspacing'
  286.         Font.Charset = ANSI_CHARSET
  287.         Font.Color = clWindowText
  288.         Font.Height = -9
  289.         Font.Name = 'Verdana'
  290.         Font.Style = []
  291.         ParentFont = False
  292.       end
  293.       object Label6: TLabel
  294.         Left = 8
  295.         Top = 28
  296.         Width = 59
  297.         Height = 12
  298.         Caption = 'Cellpadding'
  299.         Font.Charset = ANSI_CHARSET
  300.         Font.Color = clWindowText
  301.         Font.Height = -9
  302.         Font.Name = 'Verdana'
  303.         Font.Style = []
  304.         ParentFont = False
  305.       end
  306.       object SpinEdit1: TSpinEdit
  307.         Left = 8
  308.         Top = 44
  309.         Width = 57
  310.         Height = 21
  311.         Font.Charset = ANSI_CHARSET
  312.         Font.Color = clWindowText
  313.         Font.Height = -9
  314.         Font.Name = 'Verdana'
  315.         Font.Style = []
  316.         MaxValue = 0
  317.         MinValue = 0
  318.         ParentFont = False
  319.         TabOrder = 0
  320.         Value = 5
  321.       end
  322.       object SpinEdit2: TSpinEdit
  323.         Left = 88
  324.         Top = 44
  325.         Width = 57
  326.         Height = 21
  327.         Font.Charset = ANSI_CHARSET
  328.         Font.Color = clWindowText
  329.         Font.Height = -9
  330.         Font.Name = 'Verdana'
  331.         Font.Style = []
  332.         MaxValue = 0
  333.         MinValue = 0
  334.         ParentFont = False
  335.         TabOrder = 1
  336.         Value = 0
  337.       end
  338.     end
  339.   end
  340.   object Button1: TButton
  341.     Left = 100
  342.     Top = 327
  343.     Width = 115
  344.     Height = 21
  345.     Caption = 'Create Table'
  346.     Default = True
  347.     Font.Charset = ANSI_CHARSET
  348.     Font.Color = clWindowText
  349.     Font.Height = -9
  350.     Font.Name = 'Verdana'
  351.     Font.Style = [fsBold]
  352.     ParentFont = False
  353.     TabOrder = 2
  354.     OnClick = Button1Click
  355.   end
  356.   object ColorDialog1: TColorDialog
  357.     Ctl3D = True
  358.     Left = 226
  359.     Top = 40
  360.   end
  361. end
  362.